crypto/tls.clientHelloMsg.pskIdentities (field)
17 uses
crypto/tls (current package)
handshake_client.go#L516: hello.pskIdentities = []pskIdentity{identity}
handshake_client_tls13.go#L339: if len(hello.pskIdentities) > 0 {
handshake_client_tls13.go#L347: hello.pskIdentities[0].obfuscatedTicketAge = uint32(ticketAge/time.Millisecond) + hs.session.ageAdd
handshake_client_tls13.go#L361: hello.pskIdentities = nil
handshake_client_tls13.go#L447: if int(hs.serverHello.selectedIdentity) >= len(hs.hello.pskIdentities) {
handshake_client_tls13.go#L452: if len(hs.hello.pskIdentities) != 1 || hs.session == nil {
handshake_messages.go#L96: pskIdentities []pskIdentity
handshake_messages.go#L320: if len(m.pskIdentities) > 0 { // pre_shared_key must be the last extension
handshake_messages.go#L325: for _, psk := range m.pskIdentities {
handshake_messages.go#L651: m.pskIdentities = append(m.pskIdentities, psk)
handshake_messages.go#L712: pskIdentities: slices.Clone(m.pskIdentities),
handshake_server_tls13.go#L160: if len(hs.clientHello.pskIdentities) == 0 {
handshake_server_tls13.go#L347: if len(hs.clientHello.pskIdentities) != len(hs.clientHello.pskBinders) {
handshake_server_tls13.go#L351: if len(hs.clientHello.pskIdentities) == 0 {
handshake_server_tls13.go#L355: for i, identity := range hs.clientHello.pskIdentities {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)